presentation.util
Class XmlTableOrchestratorFactory

java.lang.Object
  extended by presentation.util.XmlTableOrchestratorFactory

public class XmlTableOrchestratorFactory
extends java.lang.Object


Field Summary
private static java.lang.String HEADER_XML
           
private static java.lang.String HREF_TYPE
           
private static java.lang.String HREF_XSL
           
private  Orchestrator orchestrator
           
private static java.lang.String[] orchestratorColumnName
           
private  CustomTableModel orchestratorModel
           
private static java.lang.String[] simulationColumnName
           
private  CustomTableModel simulationModel
           
private  java.lang.String xmlOrchestrator
           
private  java.lang.String xmlSimulation
           
private static java.lang.String XSL_ORCHESTRATOR
           
private static java.lang.String XSL_SIMULATION
           
 
Constructor Summary
XmlTableOrchestratorFactory(Orchestrator orch)
           
 
Method Summary
 javax.swing.table.DefaultTableModel getOrchestratorModel()
          Return the table model that holds the orchestratot
 javax.swing.table.DefaultTableModel getSimulationModel()
          Return the table model that holds the simulation
 java.lang.String getXmlOrchestrator()
          Getter of orchestator xml
 java.lang.String getXmlSimulation()
          Getter of simulation xml
 java.lang.String getXslOrchestrator()
          Return the style sheet for xml orchestrator
 java.lang.String getXslSimulation()
          Return the style sheet for xml simulation
private  void orchestratorMapToString()
          produces a string in xml format and a table containing all orchestrator result
private  void simulationToString()
          produces a string in xml format and the table containing all simulation set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_XML

private static final java.lang.String HEADER_XML
See Also:
Constant Field Values

HREF_XSL

private static final java.lang.String HREF_XSL
See Also:
Constant Field Values

HREF_TYPE

private static final java.lang.String HREF_TYPE
See Also:
Constant Field Values

orchestratorColumnName

private static final java.lang.String[] orchestratorColumnName

simulationColumnName

private static final java.lang.String[] simulationColumnName

xmlOrchestrator

private java.lang.String xmlOrchestrator

xmlSimulation

private java.lang.String xmlSimulation

orchestratorModel

private CustomTableModel orchestratorModel

simulationModel

private CustomTableModel simulationModel

orchestrator

private Orchestrator orchestrator

XSL_ORCHESTRATOR

private static final java.lang.String XSL_ORCHESTRATOR
See Also:
Constant Field Values

XSL_SIMULATION

private static final java.lang.String XSL_SIMULATION
See Also:
Constant Field Values
Constructor Detail

XmlTableOrchestratorFactory

public XmlTableOrchestratorFactory(Orchestrator orch)
Method Detail

getXmlOrchestrator

public java.lang.String getXmlOrchestrator()
Getter of orchestator xml

Returns:
the orchestrator in xml format

getXmlSimulation

public java.lang.String getXmlSimulation()
Getter of simulation xml

Returns:
the simulation in xml format

getOrchestratorModel

public javax.swing.table.DefaultTableModel getOrchestratorModel()
Return the table model that holds the orchestratot

Returns:
the orchestrator in table format

getSimulationModel

public javax.swing.table.DefaultTableModel getSimulationModel()
Return the table model that holds the simulation

Returns:
the simulation in table format

getXslOrchestrator

public java.lang.String getXslOrchestrator()
Return the style sheet for xml orchestrator

Returns:
the style sheet

getXslSimulation

public java.lang.String getXslSimulation()
Return the style sheet for xml simulation

Returns:
the style sheet

orchestratorMapToString

private void orchestratorMapToString()
produces a string in xml format and a table containing all orchestrator result


simulationToString

private void simulationToString()
produces a string in xml format and the table containing all simulation set